1 namespace FaceRecognition
2 {
3     
partial class FrmPrincipal
4     {

5         ///
<summary>
6         ///
Variable del diseñador requerida.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Limpiar los recursos que se estén utilizando.
12         ///
</summary>
13         ///
<param name="disposing">true si los recursos administrados se deben eliminar; false en caso contrario, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Código generado por el Diseñador de Windows Forms
24
25         ///
<summary>
26         ///
Método necesario para admitir el Diseñador. No se puede modificar
27         ///
el contenido del método con el editor de código.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.components = new System.ComponentModel.Container();
32             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(FrmPrincipal));
33             
this.groupBox2 = new System.Windows.Forms.GroupBox();
34             
this.label5 = new System.Windows.Forms.Label();
35             
this.label4 = new System.Windows.Forms.Label();
36             
this.label3 = new System.Windows.Forms.Label();
37             
this.label2 = new System.Windows.Forms.Label();
38             
this.button1 = new System.Windows.Forms.Button();
39             
this.panel1 = new System.Windows.Forms.Panel();
40             
this.panel3 = new System.Windows.Forms.Panel();
41             
this.panel4 = new System.Windows.Forms.Panel();
42             
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
43             
this.actionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
44             
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
45             
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
46             
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
47             
this.imageBoxFrameGrabber = new Emgu.CV.UI.ImageBox();
48             
this.panel2 = new System.Windows.Forms.Panel();
49             
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
50             
this.label1 = new System.Windows.Forms.Label();
51             
this.groupBox2.SuspendLayout();
52             
this.panel1.SuspendLayout();
53             
this.panel3.SuspendLayout();
54             
this.panel4.SuspendLayout();
55             
this.menuStrip1.SuspendLayout();
56             ((System.ComponentModel.ISupportInitialize)(
this.imageBoxFrameGrabber)).BeginInit();
57             
this.SuspendLayout();
58             
//
59             
// groupBox2
60             
//
61             
this.groupBox2.Controls.Add(this.label5);
62             
this.groupBox2.Controls.Add(this.label4);
63             
this.groupBox2.Controls.Add(this.label3);
64             
this.groupBox2.Controls.Add(this.label2);
65             
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
66             
this.groupBox2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
67             
this.groupBox2.Location = new System.Drawing.Point(0, 0);
68             
this.groupBox2.Name = "groupBox2";
69             
this.groupBox2.Size = new System.Drawing.Size(242, 259);
70             
this.groupBox2.TabIndex = 9;
71             
this.groupBox2.TabStop = false;
72             
this.groupBox2.Text = "Results: ";
73             
this.groupBox2.Enter += new System.EventHandler(this.groupBox2_Enter);
74             
//
75             
// label5
76             
//
77             
this.label5.AutoSize = true;
78             
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
79             
this.label5.ForeColor = System.Drawing.Color.Black;
80             
this.label5.Location = new System.Drawing.Point(9, 23);
81             
this.label5.Name = "label5";
82             
this.label5.Size = new System.Drawing.Size(119, 15);
83             
this.label5.TabIndex = 17;
84             
this.label5.Text = "Identified person:";
85             
//
86             
// label4
87             
//
88             
this.label4.AutoSize = true;
89             
this.label4.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
90             
this.label4.ForeColor = System.Drawing.Color.Blue;
91             
this.label4.Location = new System.Drawing.Point(9, 53);
92             
this.label4.Name = "label4";
93             
this.label4.Size = new System.Drawing.Size(45, 19);
94             
this.label4.TabIndex = 16;
95             
this.label4.Text = "None";
96             
//
97             
// label3
98             
//
99             
this.label3.AutoSize = true;
100             
this.label3.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
101             
this.label3.ForeColor = System.Drawing.Color.Red;
102             
this.label3.Location = new System.Drawing.Point(112, 211);
103             
this.label3.Name = "label3";
104             
this.label3.Size = new System.Drawing.Size(22, 23);
105             
this.label3.TabIndex = 15;
106             
this.label3.Text = "0";
107             
//
108             
// label2
109             
//
110             
this.label2.AutoSize = true;
111             
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
112             
this.label2.Location = new System.Drawing.Point(27, 176);
113             
this.label2.Name = "label2";
114             
this.label2.Size = new System.Drawing.Size(179, 15);
115             
this.label2.TabIndex = 14;
116             
this.label2.Text = "Number of faces detected: ";
117             
//
118             
// button1
119             
//
120             
this.button1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
121             
this.button1.Location = new System.Drawing.Point(27, 275);
122             
this.button1.Name = "button1";
123             
this.button1.Size = new System.Drawing.Size(203, 38);
124             
this.button1.TabIndex = 13;
125             
this.button1.Text = "Enroll more Face";
126             
this.button1.UseVisualStyleBackColor = true;
127             
this.button1.Click += new System.EventHandler(this.button1_Click);
128             
//
129             
// panel1
130             
//
131             
this.panel1.BackColor = System.Drawing.Color.Transparent;
132             
this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
133             
this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
134             
this.panel1.Controls.Add(this.groupBox2);
135             
this.panel1.Controls.Add(this.button1);
136             
this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
137             
this.panel1.Location = new System.Drawing.Point(562, 0);
138             
this.panel1.Name = "panel1";
139             
this.panel1.Size = new System.Drawing.Size(242, 386);
140             
this.panel1.TabIndex = 10;
141             
//
142             
// panel3
143             
//
144             
this.panel3.BackColor = System.Drawing.Color.Maroon;
145             
this.panel3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
146             
this.panel3.Controls.Add(this.label1);
147             
this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
148             
this.panel3.Location = new System.Drawing.Point(0, 302);
149             
this.panel3.Name = "panel3";
150             
this.panel3.Size = new System.Drawing.Size(562, 84);
151             
this.panel3.TabIndex = 12;
152             
//
153             
// panel4
154             
//
155             
this.panel4.BackColor = System.Drawing.Color.Transparent;
156             
this.panel4.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel4.BackgroundImage")));
157             
this.panel4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
158             
this.panel4.Controls.Add(this.menuStrip1);
159             
this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
160             
this.panel4.Location = new System.Drawing.Point(0, 0);
161             
this.panel4.Name = "panel4";
162             
this.panel4.Size = new System.Drawing.Size(562, 90);
163             
this.panel4.TabIndex = 13;
164             
//
165             
// menuStrip1
166             
//
167             
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
168             
this.actionToolStripMenuItem,
169             
this.helpToolStripMenuItem});
170             
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
171             
this.menuStrip1.Name = "menuStrip1";
172             
this.menuStrip1.Size = new System.Drawing.Size(562, 24);
173             
this.menuStrip1.TabIndex = 20;
174             
this.menuStrip1.Text = "menuStrip1";
175             
//
176             
// actionToolStripMenuItem
177             
//
178             
this.actionToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
179             
this.exitToolStripMenuItem});
180             
this.actionToolStripMenuItem.Name = "actionToolStripMenuItem";
181             
this.actionToolStripMenuItem.Size = new System.Drawing.Size(54, 20);
182             
this.actionToolStripMenuItem.Text = "&Action";
183             
//
184             
// exitToolStripMenuItem
185             
//
186             
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
187             
this.exitToolStripMenuItem.Size = new System.Drawing.Size(92, 22);
188             
this.exitToolStripMenuItem.Text = "&Exit";
189             
this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItemClick);
190             
//
191             
// helpToolStripMenuItem
192             
//
193             
this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
194             
this.aboutToolStripMenuItem});
195             
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
196             
this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
197             
this.helpToolStripMenuItem.Text = "&Help";
198             
//
199             
// aboutToolStripMenuItem
200             
//
201             
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
202             
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
203             
this.aboutToolStripMenuItem.Text = "About...";
204             
this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItemClick);
205             
//
206             
// imageBoxFrameGrabber
207             
//
208             
this.imageBoxFrameGrabber.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
209             
this.imageBoxFrameGrabber.Dock = System.Windows.Forms.DockStyle.Fill;
210             
this.imageBoxFrameGrabber.Location = new System.Drawing.Point(0, 90);
211             
this.imageBoxFrameGrabber.Name = "imageBoxFrameGrabber";
212             
this.imageBoxFrameGrabber.Size = new System.Drawing.Size(562, 212);
213             
this.imageBoxFrameGrabber.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
214             
this.imageBoxFrameGrabber.TabIndex = 14;
215             
this.imageBoxFrameGrabber.TabStop = false;
216             
//
217             
// panel2
218             
//
219             
this.panel2.BackColor = System.Drawing.Color.Transparent;
220             
this.panel2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel2.BackgroundImage")));
221             
this.panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
222             
this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
223             
this.panel2.Location = new System.Drawing.Point(0, 90);
224             
this.panel2.Name = "panel2";
225             
this.panel2.Size = new System.Drawing.Size(122, 212);
226             
this.panel2.TabIndex = 15;
227             
//
228             
// contextMenuStrip1
229             
//
230             
this.contextMenuStrip1.Name = "contextMenuStrip1";
231             
this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
232             
//
233             
// label1
234             
//
235             
this.label1.AutoSize = true;
236             
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
237             
this.label1.ForeColor = System.Drawing.Color.White;
238             
this.label1.Location = new System.Drawing.Point(90, 16);
239             
this.label1.Name = "label1";
240             
this.label1.Size = new System.Drawing.Size(347, 39);
241             
this.label1.TabIndex = 16;
242             
this.label1.Text = "Auto Face Detector ";
243             
//
244             
// FrmPrincipal
245             
//
246             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
247             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
248             
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
249             
this.ClientSize = new System.Drawing.Size(804, 386);
250             
this.Controls.Add(this.panel2);
251             
this.Controls.Add(this.imageBoxFrameGrabber);
252             
this.Controls.Add(this.panel4);
253             
this.Controls.Add(this.panel3);
254             
this.Controls.Add(this.panel1);
255             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
256             
this.MaximizeBox = false;
257             
this.Name = "FrmPrincipal";
258             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
259             
this.Text = "Multi Face Recognition and Detection";
260             
this.Load += new System.EventHandler(this.FrmPrincipal_Load);
261             
this.groupBox2.ResumeLayout(false);
262             
this.groupBox2.PerformLayout();
263             
this.panel1.ResumeLayout(false);
264             
this.panel3.ResumeLayout(false);
265             
this.panel3.PerformLayout();
266             
this.panel4.ResumeLayout(false);
267             
this.panel4.PerformLayout();
268             
this.menuStrip1.ResumeLayout(false);
269             
this.menuStrip1.PerformLayout();
270             ((System.ComponentModel.ISupportInitialize)(
this.imageBoxFrameGrabber)).EndInit();
271             
this.ResumeLayout(false);
272
273         }
274         
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
275         
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
276         
private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
277         
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
278         
private System.Windows.Forms.ToolStripMenuItem actionToolStripMenuItem;
279         
private System.Windows.Forms.MenuStrip menuStrip1;
280
281         
#endregion
282
283         
private System.Windows.Forms.GroupBox groupBox2;
284         
private System.Windows.Forms.Label label5;
285         
private System.Windows.Forms.Label label4;
286         
private System.Windows.Forms.Label label3;
287         
private System.Windows.Forms.Label label2;
288         
private System.Windows.Forms.Button button1;
289         
private System.Windows.Forms.Panel panel1;
290         
private System.Windows.Forms.Panel panel2;
291         
private System.Windows.Forms.Panel panel3;
292         
private System.Windows.Forms.Panel panel4;
293         
private Emgu.CV.UI.ImageBox imageBoxFrameGrabber;
294         
private System.Windows.Forms.Label label1;
295     }
296 }


Gõ tìm kiếm nhanh...